Ask an expert. Trust the answer.

Your academic and career questions answered by verified experts

Wynand asked: 2024-05-08

How do I call custom MATLAB functions in code generation templates (.cgt) files?

I have a function called "getMatlabVersion.m" in my current folder. I'd like to use it in my custom code generation template file to display the MATLAB version in th

Code Generation , Embedded Coder , MATLAB
slavnikp asked: 2024-05-08

How to write to csv file in shortG format?

Hello,   I

csv , matlab , shortg , MATLAB , Language Fundamentals , Data Types
Chris asked: 2024-05-07

How to get 3 variables in the title?

I'm trying to get the title to say 'Rocket(value), Chute1(value), Chute2(value)', where the values correspond to each one. Rocket, Chute1, and Chute2 are all inputs

Signal Processing Audio Toolbox , Audio Processing , Algorithm Design
K E asked: 2024-05-07

How do I constrain a fitted curve through specific points like the origin in MATLAB?

constrain , curve , fitting , AI, Data Science, and Statistics , Curve Fitting Toolbox
Prosenjit Paul asked: 2024-05-03

How do I make my GUI wait until a specific task is executed before resuming?

How do I make my GUI wait until a specific task is executed before resuming?  

MATLAB , App Building , Migrate GUIDE Apps , guide , waitfor
Erick asked: 2024-05-03

How to use operations in for loop problems ?

For values of 1 to 60, create a for-loop that does the following. If the value is 1 to 20, have

MATLAB , Language Fundamentals , Loops and Conditional Statements , operations , matrix
Amelie asked: 2024-04-05

How to use boxchart and GroupByColor when having a matrix?

I am trying to use a boxchart for plotting a (10000,10) matrix, where each column represents a single box.

boxchart , matrix , color , MATLAB , Graphics , Graphics Objects
dayeon asked: 2024-04-05

how to draw contour error graph by using vector-like formation data ?

hi, i want to plot following graph by using 'contour' function in matlab.

contour , error , 2-D and 3-D Plots , Contour Plots , MATLAB , Graphics
Devendra asked: 2024-04-05

How to make the figure as attached?

I want to make the same figure with little different dates using matlab. Figure is attached. Please suggest me how to make it.

plot , gantt , MATLAB , Graphics , Graphics Performance
JOJO asked: 2024-03-29

How to insert a string into a sprint?

I want the input stored into name be displayed in the %s. How can I do it? it is possible? name = input ('Enter the name of the voice command'); file = sprintf('%s.wav','name'); %name the sound file to be created  

sprint input , Signal Processing , Audio Toolbox , Audio Processing Algorithm Design